home *** CD-ROM | disk | FTP | other *** search
- /*
-
- File: CAS_AppleEvent.h
-
- Contains: Constants and public function prototypes for CAS_AppleEvent.c
-
- Written by: David H Nelson
-
- Copyright © 1993-1995 ComponentWorks, All rights reserved.
-
- Change History (most recent first):
-
- <1> 11/20/93 DHN Created.
-
- */
-
- #if !defined(_H_CAS_AppleEvent)
- #define _H_CAS_AppleEvent
-
-
- #if defined(__cplusplus)
- extern "C"
- {
- #endif
-
-
- void AE_InitAppleEvents( void);
- void AE_DisposeAppleEvents( void);
- void AE_DoAppleEvent( EventRecord *theEvent);
-
- #if defined(__cplusplus)
- }
- #endif
-
-
- #endif
-